cargo.git
2015-10-06 Alex CrichtonDrop 1.1.0 as crossbeam needs `const fn`
2015-10-05 Alex CrichtonDon't bother sorting build scripts
2015-10-05 Alex CrichtonAdd better diagnostics for rebuilding
2015-10-05 Alex CrichtonAdd helper functions for reading/writing whole files
2015-10-05 Alex CrichtonRefactor Cargo's backend, again!
2015-10-05 Alex CrichtonTouch up docs and use inline table syntax
2015-10-01 Alex CrichtonFix tests on nightly
2015-09-30 borsAuto merge of #1828 - fhahn:multiple-package-parameters...
2015-09-30 Florian HahnUse std::env::EXE_SUFFIX in new tests
2015-09-30 Florian HahnAdd support for multiple -p options to `cargo update`
2015-09-30 Florian HahnAdd support for multiple -p options to `cargo clean`
2015-09-30 Florian HahnUse docopt's new syntax for repeatable options
2015-09-30 Florian HahnAdd support for multiple -p options to `cargo {bench...
2015-09-30 Steven FacklerAdd a test for wildcard constraint warnings
2015-09-30 Steven FacklerAdd a warning when packaging crates with wildcard depen...
2015-09-29 borsAuto merge of #2005 - sfackler:wildcard-warnings, r...
2015-09-29 Steven FacklerAdd a test for wildcard constraint warnings
2015-09-28 borsAuto merge of #2006 - alexcrichton:no-dylibs, r=brson
2015-09-28 Alex CrichtonDon't fail if dylib outputs aren't supported
2015-09-27 Steven FacklerAdd a warning when packaging crates with wildcard depen...
2015-09-26 borsAuto merge of #2003 - cesarb:issue-587, r=alexcrichton
2015-09-26 Cesar Eduardo... Regenerate Makefile if Makefile.in or configure change
2015-09-22 borsAuto merge of #1996 - aturon:cargo-features, r=alexcrichton
2015-09-22 Aaron TuronDocument use of features for `cfg` more prominently
2015-09-22 borsAuto merge of #1994 - carols10cents:rust-updates, r...
2015-09-22 borsAuto merge of #1991 - carols10cents:pipelinify, r=alexc...
2015-09-22 Carol (Nichols... Add a try! that I forgot
2015-09-22 Carol (Nichols... Keep the error message that starts with a lowercase...
2015-09-22 Carol (Nichols... Test on Travis with Rust 1.1.0 and 1.2.0
2015-09-22 Carol (Nichols... Update tests to be tolerant of new error code [E0463]
2015-09-21 borsAuto merge of #1995 - alexcrichton:less-recursion,...
2015-09-21 Alex CrichtonTouch up some style and comments in resolution
2015-09-21 Alex CrichtonAvoid a to_vec in the resolver
2015-09-21 Alex CrichtonDon't use an 8MB stack any more
2015-09-21 Alex CrichtonMerge branch 'non-recursive-activate' of https://github...
2015-09-20 borsAuto merge of #1992 - carols10cents:cleanup, r=alexcrichton
2015-09-20 Carol (Nichols... Fixing typos and grammar in comments
2015-09-20 Carol (Nichols... Remove unnecessary PathSource update in cargo test
2015-09-20 Carol (Nichols... Move test to a more appropriate location
2015-09-20 Carol (Nichols... Remove unneeded commented-out code
2015-09-20 Carol (Nichols... Extract a function for getting resolved packages from...
2015-09-20 Carol (Nichols... Remove registry preload and avoid updating sources...
2015-09-20 Carol (Nichols... Remove dependency on Source if we only want a Package
2015-09-20 Carol (Nichols... Extract contructor for Package where only root_package...
2015-09-20 Carol (Nichols... Update source when getting its root_package
2015-09-17 Jeffrey YasskinMake Dependency cheap to copy by having it store a...
2015-09-16 borsAuto merge of #1988 - alexcrichton:bump, r=brson
2015-09-16 Alex CrichtonBump to 0.6.0
2015-09-14 borsAuto merge of #1986 - mneumann:dragonfly-snapshot,...
2015-09-13 Michael NeumannAdd snapshot for DragonFly
2015-09-13 borsAuto merge of #1949 - nicokoch:fix-1904, r=alexcrichton
2015-09-12 Nicolas KochVarious small changes to cargo_test and friends.
2015-09-10 Nicolas KochRestructure cargo_test code and introduce CargoTestError
2015-09-09 borsAuto merge of #1981 - alexcrichton:git-stamp-if-dead...
2015-09-09 Alex CrichtonUse a stamp file to protect against corrupt checkouts
2015-09-09 Jeffrey YasskinFix another round of comments.
2015-09-09 borsAuto merge of #1975 - alexcrichton:dont-capture-rustdoc...
2015-09-08 borsAuto merge of #1972 - alexcrichton:update-curl, r=brson
2015-09-08 Alex CrichtonDon't capture rustdoc output for transitive deps
2015-09-08 borsAuto merge of #1974 - alexcrichton:dont-document-build...
2015-09-08 Alex CrichtonDon't document build dependencies
2015-09-08 borsAuto merge of #1973 - alexcrichton:cargo-doc-release...
2015-09-08 Alex CrichtonAdd --release flag to `cargo doc`
2015-09-08 borsAuto merge of #1969 - carols10cents:really-use-git...
2015-09-08 Alex CrichtonUpdate curl bindings
2015-09-06 Carol (Nichols... If --vcs flag specified, use vcs even if under an exist...
2015-09-05 Jeffrey YasskinRound 2 of review:
2015-09-04 borsAuto merge of #1966 - alexcrichton:fix-doc-again, r...
2015-09-04 Alex CrichtonFix documenting target-specific dependencies for real
2015-09-03 borsAuto merge of #1961 - alexcrichton:fix-doc-target-speci...
2015-09-03 borsAuto merge of #1964 - steveklabnik:doc_fix, r=alexcrichton
2015-09-03 Steve KlabnikFix syntax in build-script
2015-09-02 borsAuto merge of #1963 - Frederick888:master, r=alexcrichton
2015-09-02 Frederick Zhangavoid warning when cargo not found
2015-09-01 borsAuto merge of #1959 - lucab:lucab/skip-dotdir, r=alexcr...
2015-09-01 Alex CrichtonOnly document platform-relevant dependencies
2015-09-01 Luca Brunopath: do not recurse into hidden/dot directories
2015-09-01 Jeffrey YasskinReset `parent`, `cur`, and `dep` when backtracking.
2015-09-01 Jeffrey YasskinFix @alexcrichton's comments.
2015-09-01 Jeffrey YasskinMerge past #1939.
2015-09-01 borsAuto merge of #1960 - alexcrichton:build-static, r...
2015-09-01 Alex CrichtonDon't link build scripts dynamically
2015-09-01 borsAuto merge of #1939 - impl:resolve-deps-with-host-tripl...
2015-09-01 borsAuto merge of #1955 - carols10cents:even-more-manifest...
2015-09-01 Carol (Nichols... Use find_root_manifest_for_cwd for now-duped code in...
2015-09-01 Carol (Nichols... Give better error messages for invalid manifest-paths
2015-09-01 Carol (Nichols... Add tests for different kinds of invalid manifest paths
2015-09-01 Carol (Nichols... Make verify-project able to verify the current working...
2015-09-01 Carol (Nichols... Add tests for different arguments given to verify-project
2015-09-01 Carol (Nichols... Make read-manifest accept consistent manifest-path...
2015-09-01 Carol (Nichols... Add tests for different arguments given to read-manifest
2015-08-31 Noah FontesFix platform-specific dependency resolution for custom...
2015-08-31 Nicolas KochMake ::can_panic() return true on x86_64-pc-windows...
2015-08-31 Nicolas KochUse internal error instead of ProcessError when multipl...
2015-08-29 borsAuto merge of #1943 - mseri:patch-1, r=alexcrichton
2015-08-29 mseriFix for test on windows
2015-08-29 mseriAdded test for issue #1942
2015-08-28 borsAuto merge of #1931 - thirtythreeforty:printinfo, r...
2015-08-28 mseriImproved fix for the issue #1942
2015-08-28 George HilliardPrint information about updated packages on cargo update
next